home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / man00 / 00049.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  181 b   |  12 lines

  1. on exitFrame
  2.   if the mouseCast <> the castNum of sprite 21 then
  3.     go("loop")
  4.   end if
  5.   if the mouseDown then
  6.     sound stop 1
  7.     go("demo")
  8.     exit
  9.   end if
  10.   go("sign2")
  11. end
  12.